home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Musik / Conv / Lame / INSTALL < prev    next >
Encoding:
Text File  |  2000-03-30  |  2.4 KB  |  70 lines

  1. LAME 3.xx    3/00 Mark Taylor (http://www.sulaco.org/mp3)
  2.  
  3. =======================================================================
  4. Building the MPEG audio encoding software on Windows:
  5. =======================================================================
  6. There are MSVC project files, and a Makefile.MSVC included
  7. with the project.  For production use, be sure to compile
  8. a "release" version and compile with the "maximum speed" compile
  9. option, and #define NDEBUG.   
  10.  
  11. Note that MSVC "professional" claims to produce faster executables
  12. then MSVC "standard".  It is possible to compile the GTK frame
  13. analyzer under windows, see README.WINGTK
  14.  
  15.  
  16.  
  17.  
  18.  
  19. =======================================================================
  20. Building the MPEG audio encoding software on *NIX platforms:
  21. =======================================================================
  22. If you are reading this, you have already applied the patch to the
  23. dist10 ISO demonstration source (or downloaded a full source
  24. distrubtion).  If you do not have GTK 1.1.16 or higher, or do not want
  25. the graphical frame analyzer (it uses a lot of memory), edit the
  26. Makefile and dont define GTK and GTKLIBS.  If you have trouble with
  27. libncurses/libtermcap, you can also disable that in the Makefile.
  28.  
  29. Now just type:
  30.  
  31. % make
  32.  
  33. If it doesn't work, figure out why and send me the fix!  
  34. If you are using a newer version of EGCS, check the Makefile.
  35. There are some flags which may improve performance.
  36.  
  37. LAME has built in support for 16bit raw pcm, aiff and simple wav
  38. formats.  Some complex .wav headers will confuse LAME. If you have
  39. trouble with this, or want to encode from other sound formats, you can
  40. now compile LAME to use Erik de Castro Lopo's libsndfile.  To use
  41. libsndfile in LAME:
  42.  
  43.   1. install libsndfile (see http://www.zip.com.au/~erikd/libsndfile/).  
  44.   2. set SNDLIB and LIBSNDFILE as shown in the LAME Makefile.  
  45.   3. make clean ; make
  46.  
  47. Thanks to Albert Faber for adding the libsndfile support!
  48.  
  49. LAME can also be compiled into a BladeEnc compatiable MS Windows .dll 
  50. file.  See the Dll/ directory for details. 
  51.  
  52.  
  53.  
  54. =======================================================================
  55. To encode:
  56. =======================================================================
  57. see the file "USAGE" for some usage guidlines.
  58.  
  59.  
  60.  
  61. =======================================================================
  62. Portability
  63. =======================================================================
  64. LAME 3.x has been run on every modern OS.  see the Makefile.
  65.  
  66.  
  67.  
  68.  
  69.  
  70.